Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xESI<IKSI> Class / MC Method


In This Topic
    MC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub MC( _
       ByVal CfSI As System.Double, _
       ByVal dfSI As System.Double _
    ) 
    'Usage
     
    
    Dim instance As xESI(Of IKSI)
    Dim CfSI As System.Double
    Dim dfSI As System.Double
     
    instance.MC(CfSI, dfSI)
    protected virtual void MC( 
       System.double CfSI,
       System.double dfSI
    )

    Parameters

    CfSI
    dfSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also